go/types.Context.typeMap (field)

6 uses

	go/types (current package)
		context.go#L46: 	typeMap   map[string][]ctxtEntry // type hash -> instances entries
		context.go#L60: 		typeMap:   make(map[string][]ctxtEntry),
		context.go#L94: 	for _, e := range ctxt.typeMap[h] {
		context.go#L117: 	for _, e := range ctxt.typeMap[h] {
		context.go#L127: 	ctxt.typeMap[h] = append(ctxt.typeMap[h], ctxtEntry{